home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1999 January / Designer's Club 1999 January.iso / pc / Idea Source / main.dir / 00119_help.ls < prev    next >
Encoding:
Text File  |  1998-12-11  |  242 b   |  12 lines

  1. on mouseDown me
  2.   puppetSound(2, "button")
  3.   puppetSound(3, "ray")
  4.   set the visible of sprite (the spriteNum of me - 13) to 0
  5.   updateStage()
  6. end
  7.  
  8. on mouseUp me
  9.   set the visible of sprite (the spriteNum of me - 13) to 1
  10.   updateStage()
  11. end
  12.